Font Awesomeを常時使えるようにするCSS
from
Settings
Font Awesomeを常時使えるようにする
code:style.css
/* Font Awesomeを常時使えるようにするCSS */
div.editor, .grid li {
font-family: "Roboto",Helvetica,Arial,"Hiragino Sans","Font Awesome 5 Free","Font Awesome 5 Brands", "AppIcons", sans-serif;
}